home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000120_news@columbia.edu _Thu Mar 16 20:03:22 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA23343
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 16 Mar 2000 20:03:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id UAA24196
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 16 Mar 2000 20:02:56 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: K95 character set
  11. Date: 17 Mar 2000 01:02:55 GMT
  12. Organization: Columbia University
  13. Message-ID: <8as07v$nk2$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38D180EF.AAB92B97@kramer-smilko.com>,
  17. Richard R. Kramer <rrkramer@kramer-smilko.com> wrote:
  18. : If I'm at the QNX keyboard, printf '\001' puts up a smiley face.
  19. : Alt-d (hold <ALT> press "d") printf '\001' on the PC running K95
  20. : connected to the QNX machine does not produce the smiley. What am
  21. : I missing? 
  22.  
  23. If you are looking for control character debugging, K95 does it 
  24. differently from the QNX console.
  25.  
  26. If you are looking for the QNX application to specify that the control 
  27. characters should not be interpretted as control characters but instead
  28. as printable characters you need to use QANSI and not QNX emulation.
  29.  
  30.   CSI 11 m
  31.  
  32. switches to Display C0 Control Characters as Graphic Characters mode
  33.  
  34.   CSI 10 m
  35.  
  36. turns it off.
  37.  
  38.  
  39.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  40.                  The Kermit Project * Columbia University
  41.               612 West 115th St #716 * New York, NY * 10025
  42.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org